﻿capital = 306
oob = "ZHC_1936"
recruit_character = ZHC_chow_anguo
recruit_character = ZHC_edmund_van_dorn
recruit_character = ZHC_leslie_heth
recruit_character = ZHC_james_archer
add_ideas = {
	Absolyutism
}
# Starting tech
set_technology = {
	infantry_weapons = 1
	tech_support = 1		
	tech_engineers = 1
	gw_artillery = 1
	interwar_antiair = 1	
}
if = {
	limit = { not = { has_dlc = "Man the Guns" } }
	set_technology = {
		early_destroyer = 1
	}
}
if = {
	limit = { has_dlc = "Man the Guns" }
	set_technology = {
		basic_naval_mines = 1
		early_ship_hull_light = 1
		basic_ship_hull_light = 1
		basic_battery = 1
		basic_torpedo = 1
		basic_depth_charges = 1
	}
}
if = {
	limit = { has_dlc = "Man the Guns" }
		set_naval_oob = "ZHC_naval_mtg"
	else = {
		set_naval_oob = "ZHC_naval_legacy"
	}
}
set_convoys = 71
if = {
	limit = {
		has_dlc = "Together for Victory"
	}
	set_autonomy = {
		target = ZRV
		autonomous_state =  autonomy_puppet
	}
	else = {
		puppet = ZRV
	}	
}
set_politics = {
	ruling_party = neutrality
	last_election = "1986.1.1"
	election_frequency = 48
	elections_allowed = no
}
set_popularities = {
	democratic = 10
	fascism = 16
	communism = 4
	neutrality = 70
}

### VARIANTS ###
if = {
	limit = { not = { has_dlc = "Man the Guns" } }
	### Ship Variants ###
}
if = {
	limit = { has_dlc = "Man the Guns" }
	create_equipment_variant = {
		name = "Hijing Class"				
		type = ship_hull_light_1		
		parent_version = 0
		modules = {
			fixed_ship_battery_slot = ship_light_battery_2
			fixed_ship_anti_air_slot = ship_anti_air_1
			fixed_ship_fire_control_system_slot = ship_fire_control_system_0
			fixed_ship_radar_slot = empty
			fixed_ship_engine_slot = light_ship_engine_2
			fixed_ship_torpedo_slot = ship_torpedo_1
			mid_1_custom_slot = ship_mine_layer_1
			rear_1_custom_slot = ship_depth_charge_1
		}
	}
}


